home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 26 / Mac Magazin and MacEasy Magazine CD - Issue 26.iso / Wissenschaft & Technik / TimGA 1.1 ƒ / Graphs / (1) Small graphs / 03 - Cycle < prev    next >
Text File  |  1995-08-02  |  234b  |  24 lines

  1.  
  2. |V|:    16        // Number of nodes
  3. |E|:    16        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     2    3
  7.     3    4
  8.     4    5
  9.     5    6
  10.     6    7
  11.     7    8
  12.     8    9
  13.     9    10
  14.     10    11
  15.     11    12
  16.     12    13
  17.     13    14
  18.     14    15
  19.     15    16
  20.     1    16
  21.  
  22. ---
  23. This graph is a cycle.
  24.